Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace zip with zip_next #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Pr0methean
Copy link

@Pr0methean Pr0methean commented Apr 10, 2024

The zip crate hasn't been updated in almost a year, and it has bugs which can cause a panic when trying to open an invalid ZIP file, or an encrypted one without the password. This PR updates self_update to instead use the zip_next crate, a fork I actively maintain. It also fixes warnings from newer versions of Clippy.

@jqnatividad jqnatividad mentioned this pull request Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant